home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-21 | 727 b | 19 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: minimum system.h
- // Date: 10/21/94
- // Author: Bretton Wade
- //
- // Description: this file contains the minimum system requirements
- //
- //------------------------------------------------------------------------------
-
- #ifndef MINIMUMSYSTEM
- #define MINIMUMSYSTEM
-
- //------------------------------------------------------------------------------
- // functions
- //------------------------------------------------------------------------------
- void MinimumSystem (void); // check for minimum system requirements
-
- //------------------------------------------------------------------------------
- #endif //INCLUDE